home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00493.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  335 b   |  17 lines

  1. on mouseUp
  2.   global lightswitch2, gobackto, spriteloo
  3.   if lightswitch2 = 1 then
  4.     puppetSprite(spriteloo, 1)
  5.     spriteBox(spriteloo, 0, 0, 800, 600)
  6.     set lightswitch2 to 0
  7.     go("big2")
  8.     exit
  9.   end if
  10.   if lightswitch2 = 0 then
  11.     puppetSprite(spriteloo, 0)
  12.     set lightswitch2 to 1
  13.     go(gobackto)
  14.     exit
  15.   end if
  16. end
  17.